home *** CD-ROM | disk | FTP | other *** search
-
- MLIST v1.15
-
- Copyright (C) 1989 by Dan Rhea, All Rights Reserved
- This program may be freely copied but never sold
- CareWare: If you like it, send a donation of $10.00
- to support research into a cure for:
-
- The National Leukemia Foundation
- The American Cancer Society
- The Juvenile Diabetes Foundation
-
-
-
- MList is a program to create formated listings on a printer. It can
- print an ASCII file while applying various options to the output.
-
- Most important about MList is that it paginates whatever it prints
- and if a line is too wide for the printer it is cleanly "wrapped" to
- the next line in such a way that the pagination remains intact.
-
- MList can also manage more than one file at a time (and wild cards
- if the current environment supports it).
-
-
-
-
- Usage: MLIST [ -T tab | -B bias | -L ] Filename [ Filename [ ... ] ]
-
- Where: -T (or \T) Converts tabs into "tab" spaces (uses a
- modulus calculation to determine the number
- of spaces needed).
- -B (or \B) Sets the initial line count value to "bias"
- (Handy if you want to print out a part of
- a program but leave line numbers intact).
- -L (or \L) Inhibits line numbering (and overides -B)
- Filename Can be one or more filenames (or complete
- path) to be printed. Wild cards are supported
- if the host OS or Shell supports them (i.e.
- MS-DOS, Atari-ST w/MT-C Shell, etc...).
-
-
-
- Note: The source code for the program has been included so you can
- make any changes to personalize the program for your use.
-
- The program was written for and tested in the following:
-
- MicroSoft Quick-C Large Memory Model (MS-Dos Environment)
- MicroSoft C v5.1 Large Memory Model (MS-Dos Environment)
- Mark Williams C v2.0 (Atari TOS/GEM Environment)
-
- The code should be able to compile and link in any of these
- environments without any changes.
-
-
- Dan Rhea
- CIS UID: 76703,4364
-
-